home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-11-20 | 2.9 KB | 101 lines | [TEXT/MPS ] |
- # File: ShowMovieFAT.make
- # Target: ShowMovieFAT
- # Sources: :Sources:WindStuff.c
- # :Sources:Show Movie.c
- # :Sources:MovieStuff.c
- # :Sources:MoviePrefs.c
- # :Sources:MenuStuff.c
- # :Sources:cfrg.r
- # Created: Friday, October 6, 1995 02:50:26 PM
-
-
- MAKEFILE = ShowMovieFAT.make
- •MondoBuild• = #{MAKEFILE} # Make blank to avoid rebuilds when makefile is modified
- Includes =
- Sym•PPC =
- ObjDir•PPC = :ObjectsPPC:
- Sym•68K =
- ObjDir•68K = :Objects68K:
-
- PPCCOptions = {Includes} {Sym•PPC} -w conformance -appleext on
-
- COptions = {Includes} {Sym•68K}
-
- Objects•PPC = ∂
- "{ObjDir•PPC}WindStuff.c.x" ∂
- "{ObjDir•PPC}Show Movie.c.x" ∂
- "{ObjDir•PPC}MovieStuff.c.x" ∂
- "{ObjDir•PPC}MoviePrefs.c.x" ∂
- "{ObjDir•PPC}MenuStuff.c.x"
-
- Objects•68K = ∂
- "{ObjDir•68K}WindStuff.c.o" ∂
- "{ObjDir•68K}Show Movie.c.o" ∂
- "{ObjDir•68K}MovieStuff.c.o" ∂
- "{ObjDir•68K}MoviePrefs.c.o" ∂
- "{ObjDir•68K}MenuStuff.c.o"
-
-
- "ShowMovieFat" ƒƒ {•MondoBuild•} {Objects•PPC}
- PPCLink ∂
- -o {Targ} {Sym•PPC} ∂
- {Objects•PPC} ∂
- -t 'APPL' ∂
- -c '????' ∂
- "{SharedLibraries}"InterfaceLib ∂
- "{SharedLibraries}"StdCLib ∂
- "{SharedLibraries}"QuickTimeLib ∂
- "{PPCLibraries}"MathLib.xcoff ∂
- "{PPCLibraries}"PPCSIOW.o ∂
- "{PPCLibraries}"PPCCRuntime.o ∂
- -librename MathLib.xcoff=MathLib
-
-
- "ShowMovieFat" ƒƒ {•MondoBuild•} {Objects•68K}
- Link ∂
- -o {Targ} -d {Sym•68K} ∂
- {Objects•68K} ∂
- -t 'APPL' ∂
- -c '????' ∂
- "{Libraries}"Runtime.o ∂
- "{Libraries}"Interface.o
-
- "ShowMovieFAT" ƒƒ {•MondoBuild•} "Show Movie.rsrc"
- Echo 'Include "Show Movie.rsrc";' | Rez -append -o "ShowMovieFat"
-
- ShowMovieFAT ƒƒ {•MondoBuild•} :Sources:cfrg.r
- Rez :Sources:cfrg.r -o {Targ} {Includes} -append
-
-
- "{ObjDir•PPC}WindStuff.c.x" ƒ {•MondoBuild•} :Sources:WindStuff.c
- {PPCC} :Sources:WindStuff.c -o {Targ} {PPCCOptions}
-
- "{ObjDir•PPC}Show Movie.c.x" ƒ {•MondoBuild•} ":Sources:Show Movie.c"
- {PPCC} ":Sources:Show Movie.c" -o {Targ} {PPCCOptions}
-
- "{ObjDir•PPC}MovieStuff.c.x" ƒ {•MondoBuild•} :Sources:MovieStuff.c
- {PPCC} :Sources:MovieStuff.c -o {Targ} {PPCCOptions}
-
- "{ObjDir•PPC}MoviePrefs.c.x" ƒ {•MondoBuild•} :Sources:MoviePrefs.c
- {PPCC} :Sources:MoviePrefs.c -o {Targ} {PPCCOptions}
-
- "{ObjDir•PPC}MenuStuff.c.x" ƒ {•MondoBuild•} :Sources:MenuStuff.c
- {PPCC} :Sources:MenuStuff.c -o {Targ} {PPCCOptions}
-
-
- "{ObjDir•68K}WindStuff.c.o" ƒ {•MondoBuild•} :Sources:WindStuff.c
- {C} :Sources:WindStuff.c -o {Targ} {COptions}
-
- "{ObjDir•68K}Show Movie.c.o" ƒ {•MondoBuild•} ":Sources:Show Movie.c"
- {C} ":Sources:Show Movie.c" -o {Targ} {COptions}
-
- "{ObjDir•68K}MovieStuff.c.o" ƒ {•MondoBuild•} :Sources:MovieStuff.c
- {C} :Sources:MovieStuff.c -o {Targ} {COptions}
-
- "{ObjDir•68K}MoviePrefs.c.o" ƒ {•MondoBuild•} :Sources:MoviePrefs.c
- {C} :Sources:MoviePrefs.c -o {Targ} {COptions}
-
- "{ObjDir•68K}MenuStuff.c.o" ƒ {•MondoBuild•} :Sources:MenuStuff.c
- {C} :Sources:MenuStuff.c -o {Targ} {COptions}
-
-